friction_model_to_array Interface

interface
public subroutine friction_model_to_array(this, x, err)

Arguments

Type IntentOptional Attributes Name
class(friction_model), intent(in) :: this

The friction_model object.

real(kind=real64), intent(out), dimension(:) :: x

The array used to store the parameters. See @ref parameter_count to determine the size of this array.

class(errors), intent(inout), optional, target :: err

An optional errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution. If not provided, a default implementation of the errors class is used internally to provide error handling.

Description

Converts the parameters of the friction model into an array.